home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDITOR / FUGUE_3.ARJ / WF.B < prev    next >
Text File  |  1991-01-23  |  24KB  |  558 lines

  1. .f3                              - # -     Appendix B - Miscellaneous Utilities
  2. .rm70
  3. .mt5
  4. .mb5
  5. .pl66
  6. .tc
  7. .tc1
  8. .tc B. MISCELLANEOUS UTILITIES ............................#
  9. APPENDIX B   MISCELLANEOUS UTILITIES
  10.  
  11. This appendix discusses some of the utilities that are supplied with
  12. Word Fugue.
  13.  
  14. .tc    FI - File Descriptions Utility .....................#
  15. FI - File Descriptions Utility
  16.  
  17. If you are using File Descriptions, and you do not have 4Dos, then you
  18. need this program to support your file descriptions outside of Word
  19. Fugue. It acts like a replacement for the DOS DIR command. It displays
  20. a browse list of files, and allows the addition of descriptions to
  21. files in full screen mode. Press Return to edit the description of
  22. highlighted file. The descriptions are stored in file FILEINFO.WF in
  23. the directory being browsed. The list can be scrolled up and down by
  24. use of the cursor keys.
  25.  
  26. Filename  : FI.EXE
  27.  
  28. Syntax    : FI <mask> /H/S/D/R/A/P/G/B/C/Q/I/1
  29.          or FI /H/S/D/R/A/P/G/B/C/Q/I/1 <mask>
  30.  
  31. Parameters:
  32.  
  33.     <mask> directory mask with wildcards * or ? (eg b:e*.t??)
  34.     as for DOS wild cards.
  35.  
  36.     /H - include Hidden files
  37.  
  38.     /S - include System files
  39.  
  40.     /D - include Directories
  41.  
  42.     /R - include read only files
  43.  
  44.     /A - all files - use this instead of /H/S/R/D
  45.  
  46.     /P - pack the description file. As you add descriptions, delete
  47.          files and so on, the description file will slowly accumulate
  48.          garbage as descriptions build up that no longer relate to
  49.          files. This option compares the file contents against the
  50.          disk directoyr, and removes all entries that are not used.
  51.  
  52.     /G - use generic Bios calls. If your computer is not fully IBM
  53.          compatible, you may find that the screen does not appear to
  54.          work with programs that write directly to it. This parameter
  55.          tells the program to use Bios for access to the screen. This
  56.          is slower, but should always work.
  57.  
  58.     /B - use black and white colors. Some computers have colour cards
  59.          connected to mono monitors, and can fool programs
  60.          into thinking that the screen is capable of colour when it
  61.          isn't. This option tells the program to use black and white
  62.          colour regardless of what it believes the screen is capable
  63.          of.
  64.  
  65.  
  66.     /C - clear screen at exit. This option clears the screen after the
  67.          program terminates. Otherwise it will not clear the screen,
  68.          and the list of files will scroll up a few lines.
  69.  
  70.     /Q - old CGA monitor - eliminate snow by waiting for a vertical
  71.          retrace.
  72.  
  73.     /I - convert old INFO.DIR file - if you subscribed to our earlier
  74.          utility INFO.EXE to record file descriptions, then this
  75.          option will read the INFO.DIR file in the current directory
  76.          and produce a FILEINFO.WF file in the current directory. If
  77.          you never used this utility, you will never need this option!
  78.  
  79.     /1 - use alternate colors instead of the default colour set. Some
  80.          colours are easy on the eye, but hard to see on certain
  81.          monitors. If you don't like our standard set, try this one.
  82.  
  83.  
  84. .pa
  85. .tc    WF_2_4D - Convert FILEINFO To 4DOS Format ..........#
  86. WF_2_4D - Convert FILEINFO To 4DOS Format
  87.  
  88. If you do convert to 4DOS, and you have been using file descriptions,
  89. then this utility will convert your descriptions from Word Fugue's
  90. proprietry FILEINFO.WF files to DESCRIPT.ION files.
  91.  
  92. It only works in the current directory. If the 4Dos description file
  93. exists, the descriptions from FILEINFO.WF are added to the end. Since
  94. 4Dos restricts you to 40 characters of description, the conversion
  95. program truncates longer descriptions. You should edit them first
  96. using either WF or FI, and then run the conversion.
  97.  
  98. If you already had a DESCRIPT.ION file, then after the conversion is
  99. finished, you should use WF to edit the file and verify that entries
  100. are not duplicated. Simply delete the duplicated line.
  101.  
  102. Filename  : WF_2_4D.EXE
  103.  
  104. Syntax    : WF_2_4D
  105.  
  106. Parameters: none
  107. .pa
  108. .tc    WFDICT - Dictionary Maintenance Program ............#
  109. WFDICT - Dictionary Maintenance Program
  110.  
  111. Changes may be made to the main dictionary by using the program
  112. WFDICT. This program will either Add or Delete words from the
  113. dictionary, depending upon the input on its screen. It will always
  114. write a new dictionary, so as not to destroy the old one if things go
  115. wrong. Make sure you have enough disk space for 2 copies! You may
  116. allocate the new dictionary on another drive or directory. If the old
  117. and the new are in the same directory, and have the same name, the old
  118. will be renamed to a .BAK extension, otherwise it will simply write a
  119. new dictionary.
  120.  
  121.  
  122. ╔════════ SPELL FUGUE - Word Fugue Main Dictionary Maintenance 1.6C ═════════╗
  123. ║Dictionary : WF_MAIN.DIC_________________________________________________   ║
  124. ║New Dictry : WF_MAIN.DIC                                                    ║
  125. ║Add or Delete records: A                                                    ║
  126. ║Change File: WF_AUX.DIC                                                     ║
  127. ║                                                                            ║
  128. ║                                                                            ║
  129. ║                                                                            ║
  130. ║                                                                            ║
  131. ║                                                                            ║
  132. ║                                                                            ║
  133. ║                                                                            ║
  134. ║                                                                            ║
  135. ║                                                                            ║
  136. ╚════════════════════════════════════════════════════════════════════════════╝
  137.  
  138.                  Fig B.1 - Dictionary Change Screen
  139. .tc1 Fig B.1 - Dictionary Change Screen ....................#
  140.  
  141.  
  142. The change file should have one word per line (like the auxiliary
  143. dictionary), and should be SORTED. You can use the DOS SORT command
  144. for this. All the words must be in lower case, since if not, they
  145. will not sort correctly. This would cause problems of words appearing
  146. to go missing during checking, but being found during listing of look
  147. alikes. You can use Word Fugue to convert the text to lowercase - mark
  148. the entire file as a block then enter Ctrl K ' to convert the block to
  149. all lower case.
  150.  
  151. You cannot add and delete in the same run, so if you have
  152. inadvertantly added a word which you subsequently find to have been
  153. spelled incorrectly, you must first delete the erroneous word by
  154. putting it in a change file spelled exactly as it is in the
  155. dictionary, and directing the program to Delete words contained in the
  156. change file. Once this run has finished, you can then add the
  157. correctly spelled word by placing it in a change file and directing
  158. the program to Add words from the specified change file.
  159.  
  160. .CP15
  161. Filename  : WFDICT.EXE
  162.  
  163. Syntax    : WFDICT
  164.  
  165. Parameters: /Q/B/G
  166.  
  167.     /G - use generic Bios calls. If your computer is not fully IBM
  168.          compatible, you may find that the screen does not appear to
  169.          work with programs that write directly to it. This parameter
  170.          tells the program to use Bios for access to the screen. This
  171.          is slower, but should always work.
  172.  
  173.     /B - use black and white colors. Some computers have colour cards
  174.          connected to mono monitors, and can fool programs
  175.          into thinking that the screen is capable of colour when it
  176.          isn't. This option tells the program to use black and white
  177.          colour regardless of what it believes the screen is capable
  178.          of.
  179.  
  180.     /Q - old CGA monitor - eliminate snow by waiting for a vertical
  181.          retrace.
  182. .pa
  183. .tc    ZIP - Shell for PKZIP & PKUNZIP programs ...........#
  184. ZIP - Shell for PKZIP & PKUNZIP programs
  185.  
  186. If you are into compressing files with PKWare's PKZIP & PKUNZIP
  187. programs, and you also use file descriptions, then this program acts
  188. as a shell, letting you tag files to be added by "point and shoot"
  189. methods, and running PKZIP in such a fashion as to add the file
  190. descriptions to the ZIP file. It also lets you browse a ZIP file,
  191. showing the contents along with their descriptions. You can tag files
  192. to be extracted or deleted. If you are extracting files, then their
  193. descriptions are also extracted.
  194.  
  195. The program supports both 4DOS DESCRIPT.ION files as well as Word
  196. Fugue's proprietry FILEINFO.WF files. The program can also
  197. automatically sense when you are running 4DOS, and switch accordingly.
  198.  
  199. You need PKZIP & PKUNZIP to be able to use this program.
  200.  
  201.  
  202. Filename  : ZIP.EXE
  203.  
  204. Syntax    : 1. ZIP <mask> archive options
  205.             2. ZIP archive <mask> options
  206.  
  207. Parameters: <mask> is file mask using DOS wild cards
  208.             archive is the name of the ZIP file to modify or browse
  209.             Options:
  210.              /4 = use 4Dos file descriptions - over-ride automatic
  211.                   sensing
  212.              /m = move files to archive (and delete from disk)
  213.                   if not specified then files remain on disk
  214.              /d = delete archive files (no extraction)
  215.              /w = use WF file descriptions - over-ride automatic
  216.                   sensing
  217.  
  218.  
  219. Remarks:
  220.  
  221.         Format 1 lists files on disk that match <mask> and lets you
  222.                  tag the ones to be archived
  223.  
  224.         Format 2 lists the files in the archive that match <mask> and
  225.                  lets you tag the ones to extract or delete
  226.  
  227.         +       Tag a file.
  228.         -       Untag file.
  229.         space   Toggle the tag
  230.         *       Tag all files
  231.         Del     Untag all files
  232.         ESC     Quit without processing
  233.         Enter   Execute command (Archive,Extract or Delete)
  234.         F1      Help
  235.         F4      Set or change archive name
  236.         F5      View file (text mode)
  237.         F6      Edit description (Disk Only)
  238. .pa
  239. .tc    WFINST - Word Fugue Installation Program ...........#
  240. WFINST - Word Fugue Installation Program
  241.  
  242. .imCustomizing Word Fugue
  243. .ix  Installing keystrokes
  244. This program has 3 different uses:
  245.  
  246.         ■ installing of keystrokes
  247.         ■ installing the user name
  248.         ■ extracting the keystroke table from Word Fugue
  249.  
  250. Filename  : WFINST.EXE
  251.  
  252. Syntax    : WFINST              - Install keystrokes
  253.             WFINST /U           - Change user name
  254.             WFINST /C           - Extract keyboard configuration table
  255.  
  256. .tc       Installation of Key Strokes .....................#
  257. Installation of Key Strokes
  258.  
  259. This is the default if you do not include any parameters. It also
  260. recreates the help file so that the key sequences you have installed
  261. will appear correctly in the help text.
  262.  
  263.     At a minimum, you must have 2 files on the same disk:
  264.  
  265.          WF.EXE            (Word fugue)
  266.  
  267.          WF.TXT            (The source for the context sensitive help)
  268.  
  269.     If you have a 360K floppy system, there should be no other files
  270.     on the disk, since WFINST will generate the file WF.HLP from the
  271.     file WF.TXT. This file will take up about 97K, and will probably
  272.     fill up a 360K floppy disk. In this case you must have WFINST on a
  273.     second disk drive (not the default).
  274.  
  275.     .CP6
  276.     Type in
  277.  
  278.         d:WFINST
  279.  
  280.     at the DOS prompt, where d: is the drive and directory where
  281.     WFINST resides. The program will load and prompt you with:
  282.  
  283.         Perform fast entry of fully reconfigured keyboard (Y/N/enter for N)
  284.  
  285.     If you press Y for Yes, you may install the keyboard using the
  286.     Fast Entry method. The default response, No, may be given by
  287.     pressing N or Enter. If you answer No, you will be able to select
  288.     the commands to change, but if you answer Yes, you will be
  289.     prompted for each command.
  290.  
  291. .cp10
  292.     Fast Entry
  293.  
  294.     When you select the fast entry option, the following instructions will
  295.     be displayed on screen:
  296.  
  297.       Press <enter> to accept default
  298.       Press keys followed by <enter> for new key sequence
  299.       Press <Bksp> to back up one keystroke, C to clear, R to restore
  300.       Press <scroll lock> to toggle literal mode
  301.       Press <escape> to quit entering commands
  302.       Random Access editing is available when you are finished
  303.  
  304.     You can then either enter a new key sequence for each command or
  305.     accept the current one by pressing Enter. Both the command name
  306.     and the current key sequence are always displayed to the left of
  307.     the cursor. You specify a new key sequence by pressing the keys
  308.     you wish to use to invoke that command. Pressing Enter terminates
  309.     your entry.
  310.  
  311.     You can correct mistakes in the current entry by pressing the
  312.     Backspace key (delete last key stroke), C (Clear entry), or R
  313.     (Restore previous entry). To specify either the enter key or a
  314.     ctrl M, you must first press the Scroll Lock key, which indicates
  315.     that keystrokes are to be interpreted literally; press it again
  316.     when you have finished entering the key sequence. Pressing ESC
  317.     stops the fast entry procedure and takes you to the random access
  318.     entry screen.
  319.  
  320.     Random Access
  321.  
  322.     When you select the random access option, or when you have
  323.     finished using the fast entry procedure, you can alter any or all
  324.     of the default key sequences. The top line of the screen will show
  325.     some basic instructions. The remainder of the screen shows (from
  326.     left to right) the name of the command, the primary key sequence,
  327.     and the secondary key sequence.
  328.  
  329.     Move the cursor to the key sequence you want to change and press
  330.     enter. Use the Left Arrow and Right Arrow keys to select primary
  331.     or secondary key sequences, and scroll through the list of
  332.     commands using the Up arrow, down Arrow, Page Up and Page Down
  333.     keys. Home takes you to the first command, and End to the last.
  334.  
  335.     You can correct mistakes in the current entry by pressing the
  336.     Backspace key (delete last key stroke), C (Clear entry), or R
  337.     (Restore previous entry). To specify either the enter key or a
  338.     ctrl M, you must first press the Scroll Lock key, which indicates
  339.     that keystrokes are to be interpreted literally; press it again
  340.     when you have finished entering the key sequence.
  341.  
  342. .pa
  343.  
  344. ══════════════════════════════ Installing: WF.EXE ══════════════════════════════
  345.        ^│-v│-scroll  PgUp-PgDn-page  <┘-modify  R-restore defaults  ESC-exit
  346. ════════════════════════════════════════════════════════════════════════════════
  347. Character left             P: <Lft>                  S: <CtrlS>
  348. Character right            P: <Rgt>                  S: <CtrlD>
  349. Word left                  P: <CtrlLft>              S: <CtrlA>
  350. Word right                 P: <CtrlRgt>              S: <CtrlF>
  351. Line up                    P: <Up>                   S: <CtrlE>
  352. Line down                  P: <Dn>                   S: <CtrlX>
  353. Scroll up                  P: <CtrlW>                S:
  354. Scroll down                P: <CtrlZ>                S:
  355. Page down                  P: <PgDn>                 S: <CtrlC>
  356. Page up                    P: <PgUp>                 S: <CtrlR>
  357. Top of window              P: <CtrlPgUp>             S: <CtrlQ><CtrlR>
  358. Bottom of window           P: <CtrlPgDn>             S: <CtrlQ><CtrlC>
  359. Cursor to left side        P: <Home>                 S: <CtrlQ><CtrlS>
  360. Cursor to right side       P: <End>                  S: <CtrlQ><CtrlD>
  361. Top of screen              P: <CtrlHome>             S: <CtrlQ><CtrlE>
  362. Bottom of screen           P: <CtrlEnd>              S: <CtrlQ><CtrlX>
  363. ════════════════════════════════════════════════════════════════════════════════
  364. Go to line                 P: <CtrlJ><CtrlL>         S:
  365. Go to column               P: <CtrlJ><CtrlC>         S:
  366. Go to page                 P: <CtrlJ><CtrlP>         S:
  367. Go to window               P: <AltF6>                S: <CtrlJ><CtrlW>
  368. Top of block               P: <ShiftF7>              S: <CtrlQ><CtrlB>
  369.  
  370.  
  371.                         Fig B.2 - Installation of Keystrokes
  372. .tc1 Fig B.2 - Installation of Keystrokes ..................#
  373.  
  374.  
  375.  
  376. Quitting the Installation
  377.  
  378. When you have finished making changes, press Q to Quit, or W to write
  379. your changes to a disk file. If you choose the Write option, you will
  380. then see the message "checking for conflicts..." If you have
  381. accidently assigned the same key sequence to two or more commands, and
  382. error message will be displayed, You can correct your mistakes by
  383. searching for highlighted items.
  384.  
  385. You will also see an error message if the size of the list of
  386. keystrokes goes over 1023 key strokes. You can easily solve this
  387. problem by eliminating a few secondary key sequences.
  388.  
  389. After WF.EXE has been modified, WFINST will generate a new help file
  390. (WF.HLP) to go with it. This file combines the text from WF.TXT (which
  391. must be present) with the keystokes you selected for each command. A
  392. running line counter tells you how many lines of WF.TXT have been
  393. processed.
  394.  
  395. .cp10
  396. .tc       Changing the Registration Message ...............#
  397. Changing the Registration Message
  398.  
  399. WFINST can also be used to change the registered name and message that
  400. display on program startup and termination. You need to have WF.EXE in
  401. the path, but you do not need the help files for this.
  402.  
  403. Run the install program with the parameter /U where the U is CAPITAL U
  404. and not lowercase u:
  405.  
  406.     WFINST /U
  407.  
  408. You will be prompted for the registered name, which can be edited.
  409. Pressing ESC will restore the old value.
  410.  
  411. You will then be prompted for the registration message. After you have
  412. entered it, the new text will be written to WF.EXE
  413.  
  414. The name and message are each restricted to 50 characters.
  415.  
  416. .tc       Extracting the Keyboard Table ...................#
  417. Extracting the Keyboard Table
  418.  
  419. This option is supplied for upwards compatibility to save you having
  420. to re-configure the keyboard layout each time you upgrade. If your
  421. current version is less than 2.01, the program will extract only the
  422. keyboard table, since other options have moved around in different
  423. versions. If your current version is at least 2.01, then all the
  424. configurable options will be extracted. Versions of Word Fugue after
  425. V2.01 will look for the configuration file WF.CFG in the default
  426. directory, and load in the options found there. If the configuration
  427. file is flagged as prior to V2.01, only the keyboard table will be
  428. loaded.
  429.  
  430. Run the program as follows:
  431.  
  432.      WFINST /C
  433.  
  434. where the C is a capital letter. It only works on the default
  435. directory, so be sure that the current drive and directory are the one
  436. that contains your old copy of Word Fugue.
  437.  
  438. The program will display a message, extract the configuration file,
  439. and terminate. Go ahead and copy your new Word Fugue Files into the
  440. directory. When you load Word Fugue it will pick up the options you
  441. had set in the old version, (if you had a version 2.01 or greater) and
  442. the old keyboard layout you were using.
  443.  
  444. If you were using a version prior to V2.01, you will still need to go
  445. in and set up the other options such as home directory. Saving your
  446. settup with the new version will write out all options to the
  447. configuration file in the current directory, as well as saving them in
  448. the executable.
  449. .pa
  450. .tc    CHD - Full Screen Directory Changer ................#
  451. CHD - Full Screen Directory Changer
  452.  
  453. This program can be used to display a tree of all directories on the
  454. disk, and permit changing to that directory by using "point and shoot"
  455. methods. In full screen mode it also permits creating, renaming and
  456. deleting of directories. In addition, if you start is with part of a
  457. directory name as a parameter, it will change to that directory which
  458. starts with the characters entered, and exit back to dos.
  459.  
  460.  
  461. File Name  : CHD.EXE
  462.  
  463. Syntax     : CHD <new dir> /B/G/L/Q
  464.  
  465. Remarks    :
  466.  
  467.  
  468. The directory is saved in a file called CHD.DIR in the root directory
  469. of the drive the first time the program is run. You can cause it to
  470. recreate this file by re-reading the directory tree if you wish.
  471.  
  472. Switches  :
  473.  
  474.         /B - use black and white colors
  475.              (The program will sense if the screen mode is Black and
  476.              White, but some users have a colour adaptor connected to
  477.              a black and white monitor. This switch indicates to
  478.              ignore the mode, and use black and white)
  479.         /G - use Generic bios calls for screen IO (if you get a blank
  480.              screen - try this one - used for screens that are not
  481.              fully IBM compatible)
  482.         /L - load directory tree by re-reading the disk (use this if
  483.              you make changes to the directory structure outside the
  484.              CHD program)
  485.         /Q - eliminate snow on older CGA screens
  486.  
  487. .tc       Batch Mode ......................................#
  488. Batch Mode
  489.  
  490.      Run the program with the starting letters of a directory you to
  491.      wish to change. If CHD finds a directory starting with those
  492.      letters, it will change to that directory and return to the DOS
  493.      prompt.
  494.  
  495.         eg  Suppose you have a directory on your hard disk:
  496.  
  497.             QUATTRO\SHEETS\BUSINESS\AUG90
  498.  
  499.             you could change to it by entering:
  500.  
  501.             CHD aug90
  502.  
  503.             If you had more than one directory starting with AUG90,
  504.             then the program will change to the first one it finds.
  505.             Repeating the command will change to the next one.
  506.  
  507. .CP10
  508.         eg
  509.             QUATTRO\SHEETS\BUSINESS\AUG90
  510.             LOTUS\SHEETS\BUSINESS\AUG90
  511.  
  512.             entering CHD AUG90 will change to the one under QUATTRO
  513.             the first time, and the one under LOTUS the second time.
  514.             If you enter the command a third time, it will change back
  515.             to the first one again.
  516.  
  517. .cp10
  518. .tc       Full Screen Mode ................................#
  519. Full Screen Mode
  520.  
  521.      If you run the program without a directory name as the first
  522.      parameter, it goes to full screen mode and displays all
  523.      directories for you to select.
  524.  
  525.      You can create new directories, delete them, or set them to be
  526.      hidden from DOS commands, or Unhide them, or even rename them
  527.      from the full screen mode, by pressing the first letter of the
  528.      appropriate command:
  529.  
  530.      Load dir: Read the current drive and relog the directory
  531.  
  532.      Make dir: Make a directory under the highlighted one
  533.  
  534.      Delete dir: If the highlighted directory is empty, then delete it
  535.  
  536.      Hide dir: Set the hidden attribute so that the directory will no
  537.                longer appear in the DOS DIR command. Hidden
  538.                directories have a little fuzzy character (░) displayed
  539.                beside them
  540.  
  541.      Unhide dir: Reset the Hidden attribute to make the directory
  542.                visible
  543.  
  544.      Rename dir: Rename the highlighted directory
  545.  
  546.      Orig dir: Return to the original directory from which the program
  547.                was invoked, and display it.
  548.  
  549.      Version:  Displays registration details
  550.  
  551.      New drive: Log a new drive
  552.  
  553.      ESC:      Exit - to the default directory
  554.  
  555.      Enter:    Select the directory you have highlighted and change to
  556.                it. The program terminates.
  557.  
  558.